Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 3 - QuickDraw 3D Objects / QuickDraw 3D Objects Reference
QuickDraw 3D Objects Routines / Managing Objects


Q3Object_Submit

You can use the Q3Object_Submit function to submit a QuickDraw 3D object for drawing, picking, bounding, or writing.

TQ3Status Q3Object_Submit (TQ3Object object, TQ3ViewObject view);
object
A QuickDraw 3D object.
view
A view.
DESCRIPTION
The Q3Object_Submit function submits the QuickDraw 3D object specified by the object parameter for drawing, picking, bounding, or writing in the view specified by the view parameter.

SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.

ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
kQ3ErrorUnimplemented


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996